home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / ebksrc.zip / README.DOC < prev   
Text File  |  1991-07-31  |  3KB  |  104 lines

  1.  
  2.  
  3.     EB Source Code for Borland C++
  4.     ==============================
  5.     
  6.     Thank you for taking the time to down load the source 
  7.     code of EB, the Electronic Book.  You should find EB.EXE 
  8.     on the BBS in file EB.ZIP.  Besure to take the time to 
  9.     run EB.EXE and its tutorial before attempting to make 
  10.     sense of the source code here.  I compiled the final 
  11.     version of EB inside Borland C++ IDE without debug 
  12.     information, inline functions inline, standard stack 
  13.     frame, floating point emulation, smart virtual function 
  14.     tables, and otherwise standard optimization for the small 
  15.     memory model.  I also used the flexlist library which 
  16.     isn't supplied here.  Use the flexlist source instead 
  17.     which should make your EB.EXE alitte larger by about two 
  18.     kilobytes.
  19.     
  20.     
  21.     Registration
  22.     ============
  23.     
  24.     The version of EB.EXE I compiled is freeware, meaning 
  25.     that there is no fee for using EB.EXE, but you must leave 
  26.     my copyright notice intact!  Shareware/Freeware 
  27.     distributors are also free to distribute it.  Commercial 
  28.     venders may bundle EB.EXE (unmodified) with their 
  29.     software without cost but in any literature mentioning it 
  30.     they must give proper credit to PSW!  Licensing is 
  31.     required for other uses, e.g. you must register FlexList 
  32.     to incorporate components of EB into your software.
  33.  
  34.  
  35.     FlexList II ANSI && K&R C        $79.95
  36.     FlexList II C++                $79.95
  37.  
  38.         * Ready-to-run C/C++ linked lists.
  39.         * Hybrid structure: stack, queue, list, array.
  40.         * Stores Heterogeneous/homogeneous data.
  41.         * Accessible by value, reference or node.
  42.         * Source is also broken in separate files along
  43.             with makefile for easy library building.
  44.         * 100+ page manual
  45.  
  46.  
  47.     FlexList is also available at a discount from:
  48.      
  49.         The Austin Code Works
  50.         11100 Leafwood Lane
  51.         Austin, Texas 78750-3587 USA
  52.     
  53.         Voice:  (512) 258-0785
  54.         FAX:    (512) 258-1342
  55.         E-mail: info@acw.com
  56.     
  57.  
  58.      
  59.     Thanks again for taking a look at EB and how easy it is 
  60.     to use FlexList in building applications!  I hope you can 
  61.     use EB.EXE in your shareware/commercial efforts to supply 
  62.     hypertext manuals to your customers.  Your comments, 
  63.     suggestions, and questions are always welcome.
  64.      
  65.  
  66.         John W. Small
  67.         PSW / Power SoftWare
  68.         P.O. Box 10072
  69.         McLean, VA 22102 8072 USA
  70.      
  71.         Voice: (703) 759-3838
  72.         CIS: 73757,2233
  73.      
  74.  
  75.     You are free to use source code designated as Freeware.  
  76.     All I ask is that you leave my copyright and company 
  77.     notices intact.  The following is a breakdown of EB's 
  78.     source code:
  79.     
  80.         EB.EXE        freeware
  81.         cmdln        freeware
  82.         pckey        freeware
  83.         pccursor    freeware
  84.         pcvideo        freeware
  85.         pcframe        freeware
  86.         pcwin        freeware
  87.         pcled        freeware
  88.         pcdir        freeware
  89.         pcput2        freeware
  90.         
  91.         picklist    shareware, part of flexlist
  92.         pickfile    shareware, part of flexlist
  93.         eb        shareware, part of flexlist
  94.         eb1        shareware, part of flexlist
  95.         eb2        shareware, part of flexlist
  96.         eb3        shareware, part of flexlist
  97.         eb4        shareware, part of flexlist
  98.         FlexList    shareware
  99.  
  100.  
  101.     Happy programming!
  102.     
  103.         John    
  104.